ATrace_endAsyncSection

Writes a trace message to indicate that the current method has ended. Must be called exactly once for each call to {@link ATrace_beginAsyncSection} using the same name and cookie.

\param methodName The method name to appear in the trace. \param cookie Unique identifier for distinguishing simultaneous events

extern (C) nothrow @nogc
void
ATrace_endAsyncSection
(
const(char)* sectionName
,
int cookie
)

Meta